-
-
Notifications
You must be signed in to change notification settings - Fork 646
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace coursier-resolve
goal with generate-lockfiles
#14211
Replace coursier-resolve
goal with generate-lockfiles
#14211
Conversation
# Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels]
51b4354
to
c6e3aa5
Compare
@@ -0,0 +1,142 @@ | |||
# Copyright 2021 Pants project contributors (see CONTRIBUTORS.md). | |||
# Licensed under the Apache License, Version 2.0 (see LICENSE). | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These tests are very similar to coursier_integration_test.py
, but they're more direct. We don't run a goal_rule anymore, and they instead test the rules directly.
# Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Huzzah! Thanks a lot @Eric-Arellano.
Co-authored-by: Stu Hood <[email protected]>
…files-jvm-user # Conflicts: # src/python/pants/backend/java/compile/javac_test.py # src/python/pants/jvm/goals/coursier.py # src/python/pants/jvm/goals/coursier_integration_test.py # src/python/pants/jvm/goals/lockfile.py # Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels]
# Rust tests and lints will be skipped. Delete if not intended. [ci skip-rust] # Building wheels and fs_util will be skipped. Delete if not intended. [ci skip-build-wheels]
[ci skip-rust]